projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c08f8f3
)
Rename make distclean -> clean-all
author
Carl Lerche
<me@carllerche.com>
Tue, 24 Jun 2014 22:50:15 +0000
(15:50 -0700)
committer
Carl Lerche
<me@carllerche.com>
Tue, 24 Jun 2014 22:50:15 +0000
(15:50 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index ede17f22bc8396a59f31df1cd1c498410f73c72f..4bba33d924284068cfcce9a54cb9b1d98330349a 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-71,7
+71,7
@@
test: test-unit test-integration
clean:
rm -rf target
-
distclean
: clean
+
clean-all
: clean
cd libs/hamcrest-rust && make clean
cd libs/hammer.rs && make clean
cd libs/toml-rs && make clean